home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Precos 4.97 Computer 2000
/
Precos 4.97 Computer 2000.iso
/
pc
/
info
/
5network
/
3com
/
3c503n.exe
/
NETWARE
/
ODI
/
SAMPNET.CFG
< prev
Wrap
Text File
|
1993-02-05
|
2KB
|
49 lines
; *************************************************************************
; This sample NET.CFG file is meant to supply some rudimentary understanding
; of parameters in NET.CFG and how they affect network operations.
; For a full description and explanation of the parameters, see the
; manual for the ODI shell for DOS, which ships with the NetWare package
; or is available from Novell part # 100-000871-001.
;
; Please pay attention to column spacing for the lines. The section header
; line MUST start in column 0 with subsequent lines in that section being
; indented. Comments are designated by semi-colons (;). The NET.CFG is not
; caps-sensitive.
;
; *************************************************************************
;
LINK DRIVER 3C503
PORT 310
INT 5
CONNECTOR DIX
; FRAME ETHERNET_802.2 MSB
FRAME ETHERNET_802.3 MSB
; PROTOCOL IPX e0 ETHERNET_802.2
PROTOCOL IPX 0 ETHERNET_802.3 (binds IPX to frame)
;
; =======
; | port [index] STARTING_PORT COUNT
; | This setting is only required when different from
; | the default of 300. If changed, this setting must
; | match the jumper setting on the adapter.
; | dma [index] CHANNEL
; | Not required/software selectable. This setting is
; | only required when using DMA. Programmed I/O is the
; | default. DMA cannot be used with MS Windows.
; | int [index] IRQ
; | Not required/software selectable. This setting is
; | only required when different from the default of 3.
; | mem [index] STARTING_ADDRESS SIZE
; | Not required. Setting the hardware jumper on the
; | adapter is all that is required to use shared memory.
; | connector dix
; | Only required when using an external transceiver (AUI/DIX
; | connector).
; NOTE:| frame ethernet_802.3 msb
; *****| This is a version 4.0 DOS ODI driver. The default
; | frame type is 802.2, but you may be using 802.3.
; |
; =======